projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fd10a8
)
arndale: dts: add missing i2c aliases
author
Przemyslaw Marczak
<
[email protected]
>
Tue, 27 Jan 2015 12:36:33 +0000
(13:36 +0100)
committer
Simon Glass
<
[email protected]
>
Fri, 30 Jan 2015 00:10:00 +0000
(17:10 -0700)
Without this alias setting, the seq numbers
of the i2c devices are wrong.
Signed-off-by: Przemyslaw Marczak <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
arch/arm/dts/exynos5250-arndale.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/exynos5250-arndale.dts
b/arch/arm/dts/exynos5250-arndale.dts
index 202f2ea6ed9157767b3ef1d5e1b0f059f54a648b..21c0a214ea5207967a141170fb35f9b26e2a7e18 100644
(file)
--- a/
arch/arm/dts/exynos5250-arndale.dts
+++ b/
arch/arm/dts/exynos5250-arndale.dts
@@
-15,6
+15,14
@@
compatible = "samsung,arndale", "samsung,exynos5250";
aliases {
+ i2c0 = "/i2c@12c60000";
+ i2c1 = "/i2c@12c70000";
+ i2c2 = "/i2c@12c80000";
+ i2c3 = "/i2c@12c90000";
+ i2c4 = "/i2c@12ca0000";
+ i2c5 = "/i2c@12cb0000";
+ i2c6 = "/i2c@12cc0000";
+ i2c7 = "/i2c@12cd0000";
serial0 = "/serial@12C20000";
console = "/serial@12C20000";
};